home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
N-O
/
ORGANNEL CHARTS.cpt
/
ORGANNEL CHARTS™
/
card_22316.txt
< prev
next >
Wrap
Text File
|
1988-02-06
|
860b
|
39 lines
-- card: 22316 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2577
-- name: 5g
-- part 1 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=189 top=199 right=221 bottom=261
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Add Sheet
----- HyperTalk script -----
on mouseUp
set lockScreen to true
put the userLevel into saveLevel
if the userLevel <5 then set userLevel to 5
if the userLevel <5 then exit mouseUp
go to card id 9861
doMenu "Copy Card"
go to card "5g"
doMenu "Paste Card"
get the name of this card
set the name of this card to "5g"
go to card id 22316
doMenu "Delete Card"
go to card "5g"
set userLevel to saveLevel
set lockScreen to false
end mouseUp